  /* Footer */
  .footer .services-list a, .footer .quick-links a {
    color: #402603;
  }

  .contact {
    padding-bottom: 12px;
  }

  .as_banner_img {
    top: 20px;
  }

  .as_info_box.mail span {
    margin-top: 10px;
  }

  /* Style for the menu items */
  .as_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .as_menu li {
    display: inline-block;
    margin-right: 15px;
  }

  section.footer {
    border-top: solid;
    border-color: #402603;
    border-width: thin;
  }

  .as_menu a {
    text-decoration: none;
    color: #402603;
    padding: 10px 20px; 
    display: inline-block;
    border-radius: 5px; 
    transition: background-color 0.3s, color 0.3s; 
  }

  .as_menu a.selected, 
  .as_menu a:hover { 
    background-color: #402603; 
    color: #FFF4E0; 
    /* padding: 5px 12px; */
  }

  .as_menu >ul >li, .as_menu li:hover { 
    padding: 5px 0;
  }

  .logotxt {
    color: #402603;
    font-family: "Times New Roman", Times, serif;
  }

  .header {
    padding: 6px;
  }

  .logotxt h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    /* text-shadow: 1px 1px 2px #ffc828; */
  }
  /* .services-list {
    margin-left: 14%;
  } */

  /* Ovveride gallery css */
  .gallery {
    grid-template-columns: repeat(3, 1fr); 
  }
  .modal-content {
    width: auto;
  }
  #header-placeholder, #footer-placeholder {
    /* padding: 50px 0px; */
  }
  .as_gal_heading {
    padding: 2%;
  }

  .as_galary {
      padding: 2% 5%;
      /* background-image: -webkit-linear-gradient(0deg, #ffffff 0%, rgb(243 115 53 / 0%) 100%) !important; */
  }

  /* Default menu item style */
.as_menu ul li a {
  color: #402603;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
}

/* Review slider */
.slick-next {
  right: -125px !important;
  top: 35% !important;
}
.slick-prev {
  left: -125px !important;
  top: 35% !important;
}
.slick-prev::before {
  content: '❮'!important;
  font-weight: 500 !important;
  font-size: 32px !important;
  font-family: 'Lato', sans-serif !important;
  color: #402603 !important;
  text-shadow: 0 1px 0 #402603 !important;
  opacity: 1.2 !important;
}
.slick-next::before {
  content: '❯'!important;
  font-weight: 500 !important;
  font-size: 32px !important;
  font-family: 'Lato', sans-serif !important;
  color: #402603 !important;
  text-shadow: 0 1px 0 #402603 !important;
  opacity: 1.2 !important;
}
.as_customer_wrapper {
  overflow: unset;
}

/* Services */
.service-banner {
  padding-top: 48px;
}

/* Method of Study */
h5.as_content_Kaandam {
  color: #402603;
  font-family: 'Lato', sans-serif;
}
h2.as_content_heading {
  color: #402603;
  font-family: 'Lato', sans-serif;
}
.as_galary.as_what_we_do {
  text-align: justify;
}

/* Contact */
button.as_btn {
  background: #402603;
}

/* About */
.as_nadi_customer_box.text-center {
  background: #FFF4E0;
}

/* Header1 section */
.header-section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.header-image {
  width: 100px; /* Adjust size as needed */
  height: auto;
}

.left-image {
  position: absolute;
  left: 0;
}

.right-image {
  position: absolute;
  right: 0;
}

.text-container {
  text-align: center;
  position: relative;
}

.top-text {
  color: #402603;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  font-size: 24px;
  /* background: #ffffff75; */
}

.bottom-text {
  font-size: 18px;
}

.as_header_wrapper {
  position: relative !important;
  top: 10px;
}

.bg-image {
  width: 80vw;
  animation: unset;
  height: 59px;
  background-color: #402603;
  background-image: unset !important;
}
h2 {
  font-family: 'Lato', sans-serif;
  color: #402603;
}
.bottom-text p {
  font-weight: 600;
}
.bottom-text h2 {
  margin-top: 5px;
}
.top-text h2 {
  margin: 0;
  letter-spacing: 3px;
}

.headerlogo {
  padding-top: 11px;
}

.intro {
  text-align: justify;
  h3 {
    font-weight: 800;
  }
}


/* temp */
.header-image {
  width: 120px;
  height: 210px;
}
.top-text h2 {
  margin: 0;
  /* letter-spacing: 3px; */
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: "Times New Roman", Times, serif;
  text-shadow: 1px 1px 2px #402603;
  font-weight: 900;
  color: #FFF4E0;
}

.bottom-text {
  font-size: 18px;
  background-color: #402603;
  padding: 5px;
}
.bottom-text p, .bottom-text h2 {
  color: #FFF4E0;
  line-height: 20px;
}

.as_header_wrapper .container {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
.as_header_wrapper {
  top: 0;
}

@media only screen and (max-width: 768px) {
  .intro {
    top: 12px;
    text-align: justify;
  }
  .as_customer_wrapper {
    overflow: hidden;
    padding: 15px;
  }
  .as_customer_box h3 {
    text-align: justify;
  }
  .as_header_wrapper .row {
    margin-right: 0;
  }
  .gallery {
    grid-template-columns: repeat(1, 1fr);
  }
  .bg-image {
    width: 100vw;
    height: 90px;
  }
  .header-section img {
    /* display: none; */
  }
  .as_toggle {
    margin-right: 0;
    background: #402603;
  }
  .menu_open .as_menu {
    background-color: #402603;
  }
  .as_menu ul li a {
    color: #FFF4E0;
  }
  .bottom-text h2 {
    font-size: 24px;
  }
  .bottom-text p, .bottom-text h2 {
    line-height: 15px;
  }
}

/* Contact us */
.as_contact_detail {
  background-color: #FFF4E0;
  border: solid;
  border-color: #402603;
  border-width: thin;
}

.as_appointment_form .border, #emailMessage {
  border: solid;
  border-color: #402603;
  border-width: thin;
  border-radius: 45px;
}

.as_appointment_form input, #emailMessage {
  background-color: #FFF4E0;
}

.as_btn:after, .as_btn, .as_btn:focus, .as_btn:visited {
  background-image: none;
}

.headerlogo {
  background: #FFF4E0;
  text-shadow: none;
  span {
    color: #402603;
    font-weight: 900;
    font-size: 32px;
  }
}

/* Services */
.as_service_box {
  background-color: #FFF4E0;
}
.as_service_box:hover {
  background-image: none;
}
.as_service_box:hover .as_subheading, .as_service_box:hover p, .as_service_box:hover .as_link {
  color: #402603;
}

.as_service_box:hover {
  border: solid;
  border-color: #402603;
  border-width: thin;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px #402603;
}

.as_service_box {
  box-shadow: 0px 0px 4px 0px #c1b166;
  border: 1px solid #c1b166;
}

/* home - methodology section */
.home-methodology {
  .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .grid-item {
    text-align: center;
    border: 1px solid #402603;
    /* border-radius: 8px; */
    overflow: hidden;
    transition: transform 0.3s;
    box-shadow: 0px 0px 2px 1px #402302;
  }
  
  .grid-item img:hover {
    transform: scale(1.05);
  }
  
  .grid-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
  
  h4 {
    margin: 10px 0;
    color: #402603;
    font-family: 'Lato', sans-serif;
  }
}

.slick-current {
    /* box-shadow: 0px 0px 4px 0px #c1b166;
    border: 1px solid #c1b166; */
    padding: 10px;
}

  /* Customer */
  .as_customer_box {
    display: flex;
    h3 {
      font-size: 14px;
      line-height: 24px;
      text-align: justify;
    }
  }
  .font_3 {
    font-size: 30px;
    font-weight: 600;
    color: #402603;
  }

  h3, p, h1 {
    color: #402603;
    font-family: 'Lato', sans-serif;
  }
  
  .as_customer_slider {
    max-width: 800px;
    margin: 0 auto;
  }
  .slick-slide {
    padding: 20px;
    height: 144px !important;
  }
  .as_customer_box.slick-slide.slick-current.slick-active {
    height: auto !important;
  }
  @media only screen and (max-width: 767px) {
    /* .as_customer_box.slick-slide.slick-current.slick-active {
      height: auto !important;
    } */
    .as_banner_img {
      padding-top: 0;
    }
    .slick-list {
      margin-left: 3px !important;
      margin-right: 3px !important;
    }
    #footer-placeholder {
      padding-top: 50px;
    }
    .service-banner {
      padding-top: 0;
    }
    .customer-global-warp {
      padding-top: 40px;
    }
    .as_menu a.selected {
      background-color: #FFF4E0;
      color: #402603;
    }
    .as_menu .sub-menu a.selected {
      background-color: #402603;
      color: #FFF4E0;
    }
  }
  .slick-list {
    /* height: 260px; */
  }
  .slick-list.draggable {
    border: solid;
    border-color: #402603;
    border-width: thin;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px #402603;
    margin: -10px;
  }
  .as_customer_box h3 {
    margin: 0;
  }

  .as_customer_slider {
    display: flex;
  }
  
  .as_customer_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 20px; */
    box-sizing: border-box; 
    text-align: center; 
  }

  /* home gallery */
  .prev, .next {
    background-color: #FFF4E0;
    color: #402603;
    font-size: 32px;
    font-weight: 900;
  }
  .slideshow-container {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    .galary-item {
      display: none;
    }
    
    .image {
      width: 100%;
      height: auto;
      max-width: none;
    }
  }

.slideshow-container {
  padding-right: 20px;
  padding-left: 20px;
  .as_galary {
    padding: 2% 2%;
  }
  .galaryImag {
    width: 100%;
    height: auto;
    display: block;
    max-width: unset;
    max-height: 650px;
    object-fit: cover;
  }  
}


/* Map */
#customer-chart {
  height: 500px;
  min-width: 310px;
  /* max-width: 800px; */
  margin: 0 auto;
}

.loading {
  margin-top: 10em;
  text-align: center;
  color: gray;
}

div#customer-chart {
  background-color: #FFF4E0;
  border: solid;
  border-color: #402603;
  border-width: thin;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px #402603;
}

.customer-global-warp {
  /* margin: 20px; */
  .row {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
  }
  .col {
    flex: 1;
    padding: 10px;
    font-size: 24px;
    color: #402603;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
  }
  .head {
    font-size: 24px;
    font-weight: 800;
  }
  .text-center {
    text-align: center;
  }
}

.as_info_box {
  p {
    margin: 10px 0 !important;
  }
}

/* Review stars */
.review-stars {
  font-size: 30px;
  color: gold;
  margin-bottom: 10px;
}

.as_customer_box p {
  font-weight: 900;
}

.galaryImag {
  box-shadow: 0px 0px 2px 2px #402302;
}

.as_about_wrapper img {
  width: 450px;
  height: 200px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .as_about_wrapper img {
    width: 400px;
    height: 200px;
  }
}

.as_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.as_menu ul li {
  position: relative;
}

.as_menu ul li a {
  text-decoration: none;
  display: block;
  padding: 10px;
  /* color: #333; */
}

.as_menu ul li .sub-menu {
  display: none; /* Hide the submenu by default */
  position: absolute;
  left: 0;
  top: 100%; /* Position below the parent menu item */
  background-color: #FFF4E0;
  border: 1px solid #ddd;
  list-style: none;
  min-width: 200px;
  z-index: 1000;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px #402603;
}

.as_menu ul li .sub-menu li {
  padding: 0;
}

.as_menu ul li .sub-menu li a {
  padding: 8px 15px;
}

.as_menu ul li:hover .sub-menu {
  display: block;
}

.as_menu ul li .sub-menu li a:hover {
  background-color: #402603;
  color: #FFF4E0;
}

.sub-menu-active {
  border-bottom: 3px solid #402603;
}

.as_menu ul li .sub-menu li {
  display: block;
  padding: 0;
  margin: 0;
}

span.customer-loc {
  font-size: 12px;
  font-weight: 500;
}
/* .header-section img {
  height: 300px;
} */

@media only screen and (max-width: 768px) {
  .home-methodology {
    .grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
  }
  .slideshow-container {
    padding-right: 10px;
    padding-left: 10px;
    .galaryImag {
      height: 235px;
    }
  }
}
.submenu-arrow {
    transform: rotate(270deg);
    transition: transform 0.3s;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}
@media (min-width: 768px) {
  .submenu-arrow {
    display: none;
  }
}

@media (max-width: 767px) {
  /* li.has-submenu {
    align-items: center;
    justify-content: space-between;
  } */
  .as_menu .has-submenu {
    display: flex;
    /* background-color: #FFF4E0; */
  }
  .as_menu ul li .sub-menu {
    min-width: 188px;
  }
  .has-submenu.sub-menu-active {
    border-bottom: 3px solid #FFF4E0;
  }
  .as_menu ul li .sub-menu li a {
    color: #402603;
  }
  .has-submenu .submenu-arrow {
    margin-left: 37px;
    color: #402603;
    color: #FFF4E0;
    font-size: 22px;
    font-weight: 400;
  }
  .as_menu .has-submenu .selected {
    background-color: #FFF4E0;
  }
}
@media only screen and (max-width: 390px) {
  .as_about_wrapper img {
      width: 380px;
  }
}